####delete media of scheduled post from s3 bucket after 3 days
0 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/postschedulingdeletemedia.php
########First degree data
#### For recording data for collecting first degree connection's data
1 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_one.php
7 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_two.php
13 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_three.php
19 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_four.php
25 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_five.php
31 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_six.php
37 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_seven.php
43 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_eight.php
9 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_nine.php
55 */3 * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_ten.php
#### For collecting first degree connection's data
*/10 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_one.php
*/6 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_two.php
*/10 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_three.php
*/8 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_four.php
*/8 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_five.php
*/8 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_six.php
*/8 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_seven.php
*/10 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_eight.php
*/8 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_nine.php
*/6 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_ten.php

#######*/40 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/firstdegree_data_slot_one.php
#######*/2 * * * *  /usr/bin/curl https://app.linkedfusion.io/web/collect_data_slot_one.php
#######0 0 * * *  /usr/bin/curl https://app.linkedfusion.io/web/record_data_24.php
##Push Task to SQS for processing
* * * * * sleep $((RANDOM\%22+15)) && /usr/bin/curl https://app.linkedfusion.io/web/cron_sqs_sendmessage.php

##Search URL and process/create new Tasks
*/2 * * * * sleep $((RANDOM\%10+15)) && /usr/bin/curl https://app.linkedfusion.io/web/startprocess.php

##Scheduled Message Send
*/3 * * * * sleep $((RANDOM\%15+10)) && /usr/bin/curl https://app.linkedfusion.io/web/cron_sqs_sendLetterMsg.php

##Send Email on Error
*/10 * * * * sleep 25;/usr/bin/curl  https://app.linkedfusion.io/web/sendErrorMail.php

##Retry failed task and after 3rd try move to completed table with Error Status
*/10 * * * * sleep 15;/usr/bin/curl  https://app.linkedfusion.io/web/checkTask.php

##Fuse Error Retry after 6 hours
*/15 * * * * /usr/bin/curl  https://app.linkedfusion.io/web/revert_fuse_error.php

##Unpause the sequence we paused because of 429 Error Messages
* * * * * /usr/bin/curl https://app.linkedfusion.io/web/updatePausedSeq.php

##Updat count of posts comments and likes
0 0 * * *  /usr/bin/curl https://app.linkedfusion.io/web/updatepostcommentlikecount.php

##Relogin Accounts and Solve captcha

*/5 * * * * /usr/bin/curl https://app.linkedfusion.io/api/cooling_period_cronTestingCaptcha.php

##Withdraw Invitations
* * * * * /usr/bin/curl https://app.linkedfusion.io/web/withdrawal_cron.php

##Google Sheet Integration Pull
*/10 * * * * /usr/bin/curl  https://app.linkedfusion.io/api/googleapi/Cronreadfromsheet.php

##Expire Accounts and Downgrade
*/30 * * * * /usr/bin/curl https://app.linkedfusion.io/web/UserExpiredEmail.php

##Send Daily Performance Report - Sales leadGen
20 * * * * /usr/bin/curl https://linkedin.salesleadgen.com/web/genrate-report

##Send Daily Performance Report - Cloud Kennect
15 * * * * /usr/bin/curl https://app.cloudkennect.com/web/genrate-report

##Send Daily Performance Report - LinkedFusion
0 * * * * /usr/bin/curl https://app.linkedfusion.io/web/genrate-report

##Send Daily Performance Report - Ignited Results
0 * * * * /usr/bin/curl https://app.ignitedresults.com/web/genrate-report


##Release IPs which are no longer in use
30 4 * * * /usr/bin/curl https://app.linkedfusion.io/web/ReleaseLuminatiIp.php

##Update Last response check time
0 * * * * /usr/bin/curl https://app.cloudkennect.com/web/responses/getlastupdatedconversationtime

##Update Sub-admin
*/10 * * * * sleep 15;/usr/bin/curl  https://app.linkedfusion.io/web/auto_subusers.php
##Schedule Post Crons
*/3 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_one.php
*/2 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_two.php
*/3 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_three.php
*/2 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_four.php
*/2 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_five.php
*/3 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_six.php
*/2 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_seven.php
*/2 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_eight.php
*/3 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_nine.php
*/2 * * * * /usr/bin/curl https://app.linkedfusion.io/web/post_scheduling_slot_ten.php


##Auto Like Crons
*/5 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_one.php
*/8 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_two.php
*/6 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_three.php
*/10 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_four.php
*/6 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_five.php
*/4 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_six.php
*/7 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_seven.php
*/4 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_eight.php
*/6 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_nine.php
*/7 * * * * /usr/bin/curl https://app.linkedfusion.io/web/auto_post_like_slot_ten.php

######### Response Check Crons
*/3 * * * * sleep $((RANDOM\%26+15)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_one.php
*/4 * * * * sleep $((RANDOM\%16+20)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_two.php
*/3 * * * * sleep $((RANDOM\%56+15)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_three.php
*/2 * * * * sleep $((RANDOM\%46+15)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_four.php
*/2 * * * * sleep $((RANDOM\%36+25)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_five.php
*/3 * * * * sleep $((RANDOM\%26+15)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_six.php
*/2 * * * * sleep $((RANDOM\%46+21)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_seven.php
*/3 * * * * sleep $((RANDOM\%56+26)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_eight.php
*/2 * * * * sleep $((RANDOM\%28+19)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_nine.php
*/4 * * * * sleep $((RANDOM\%32+28)) && /usr/bin/curl https://app.linkedfusion.io/web/response_check_slot_ten.php

######### Bypass response check Crons
*/4 * * * * sleep $((RANDOM\%26+15)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_one.php
*/2 * * * * sleep $((RANDOM\%16+15)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_two.php
*/4 * * * * sleep $((RANDOM\%56+15)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_three.php
*/3 * * * * sleep $((RANDOM\%46+15)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_four.php
*/3 * * * * sleep $((RANDOM\%36+15)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_five.php
*/4 * * * * sleep $((RANDOM\%26+15)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_six.php
*/3 * * * * sleep $((RANDOM\%46+21)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_seven.php
*/4 * * * * sleep $((RANDOM\%56+26)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_eight.php
*/3 * * * * sleep $((RANDOM\%28+19)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_nine.php
*/2 * * * * sleep $((RANDOM\%32+28)) && /usr/bin/curl https://app.linkedfusion.io/web/bypass_response_check_slot_ten.php

##SSI Update on Wednesday
30 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_one.php
33 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_two.php
36 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_three.php
39 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_four.php
42 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_five.php
45 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_six.php
48 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_seven.php
51 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_eight.php
54 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_nine.php
57 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_ten.php
59 0 * * 3 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_portal_13.php

##SSI Update Sunday
30 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_one.php
33 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_two.php
36 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_three.php
39 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_four.php
42 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_five.php
45 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_six.php
48 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_seven.php
51 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_eight.php
54 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_nine.php
57 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_ten.php
59 0 * * 7 /usr/bin/curl https://app.linkedfusion.io/web/cron_ssi_update_slot_portal_13.php

